-
Notifications
You must be signed in to change notification settings - Fork 462
containerruntimeconfig: watch Image CR for registries #441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
0e293b9 to
83ccf6c
Compare
Add support to watch the Image CR for registry changes by the user. Populate /etc/containers/registries.conf with these changes. Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
83ccf6c to
a795890
Compare
|
This is ready to merge once tests are green. I didn't add a unit test for this because I am seeing some issues with the testing framework, which I am working to fix. I will open another PR with the unit tests. |
|
code looks good to me /approve |
|
LGTM |
|
all green here as well |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, runcom, umohnani8 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Add support to watch the Image CR for registry changes
by the user. Populate /etc/containers/registries.conf
with these changes.
Signed-off-by: Urvashi Mohnani umohnani@redhat.com